File tree Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Expand file tree Collapse file tree 3 files changed +5
-17
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,11 @@ interface Element
2121{
2222    /** 
2323     * Returns the Fqsen of the element. 
24-      * 
25-      * @return Fqsen 
2624     */ 
27-     public  function  getFqsen ();
25+     public  function  getFqsen ():  Fqsen 
2826
2927    /** 
3028     * Returns the name of the element. 
31-      * 
32-      * @return string 
3329     */ 
34-     public  function  getName ();
30+     public  function  getName ():  string ;
3531}
Original file line number Diff line number Diff line change @@ -21,22 +21,16 @@ interface File
2121{
2222    /** 
2323     * Returns the content of the file as a string. 
24-      * 
25-      * @return string 
2624     */ 
27-     public  function  getContents ();
25+     public  function  getContents ():  string ;
2826
2927    /** 
3028     * Returns md5 hash of the file. 
31-      * 
32-      * @return string 
3329     */ 
34-     public  function  md5 ();
30+     public  function  md5 ():  string ;
3531
3632    /** 
3733     * Returns an relative path to the file. 
38-      * 
39-      * @return string 
4034     */ 
41-     public  function  path ();
35+     public  function  path ():  string ;
4236}
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ interface Project
2121{
2222    /** 
2323     * Returns the name of the project. 
24-      * 
25-      * @return string 
2624     */ 
2725    public  function  getName (): string ;
2826}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments